home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 May / Chip_2003-05_cd1.bin / oddech / flashgame / veonix.swf / scripts / DefineButton2_4 / BUTTONCONDACTION on(keyPress Left).as < prev    next >
Text File  |  2003-03-14  |  133b  |  9 lines

  1. on(keyPress "<Left>"){
  2.    if(bloccoshift == 0)
  3.    {
  4.       bloccoshift = 1;
  5.       Shiftdxsx(0);
  6.       bloccoshift = 0;
  7.    }
  8. }
  9.